home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
001-100
/
001-025
/
002
/
make2
/
poster
< prev
next >
Wrap
Text File
|
1995-03-17
|
1KB
|
27 lines
Article 902 of net.micro.amiga:
ion: version B 2.10.2 9/17/84 chuqui version 1.9 3/12/85; site unisoft.UUCP
Posting-Version: version B 2.10.3 alpha 4/15/85; site pucc-j
Path: unisoft!lll-lcc!lll-crg!qantel!ihnp4!inuxc!pur-ee!pucc-j!aaz
From: aaz@pucc-j (Marc Mengel)
Newsgroups: net.micro.amiga
Subject: "make" for the Amiga
Message-ID: <631@pucc-j>
Date: 6 Dec 85 04:50:30 GMT
Date-Received: 6 Dec 85 23:20:27 GMT
Organization: The Hacker's Liberation Front
Lines: 482
Keywords: make, separate compilation, makefiles
Here is a (painfully) simple version of make (everyones favorite
unix utility) I hacked together for the Amiga. It only does
explicit rules, and doesn't quite figure out when it doesn't know
how to make something... but It does work. I may give it some
useful options (like make -t) in the future, but right now it
only knows -f (for a makefile other than Makefile) and -d (which
prints hoards of debug info). Included here is a sample makefile
that can be used to compile/maintain/alter it. (You will need
to change the specification of where the include librarys are...)
The following is a shell archive. Give it as input to a shell...